home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 2984 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.2 KB  |  35 lines

  1. Path: news.lpr.carel.fi!usenet
  2. From: Ari Lukumies <aril@cmt.lpr.mail.carel.fi>
  3. Newsgroups: comp.lang.c
  4. Subject: Re: VGA SCROLL
  5. Date: Thu, 25 Jan 1996 12:05:22 +0200
  6. Organization: Carelcomp Forest
  7. Message-ID: <310755E2.4F12@cmt.lpr.mail.carel.fi>
  8. References: <59.27581.5782@windmill.com>
  9. NNTP-Posting-Host: renoir.cclahti.carel.fi
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=iso-8859-1
  12. Content-Transfer-Encoding: 8bit
  13. X-Mailer: Mozilla 2.0b6a (WinNT; I)
  14.  
  15. Charlie Brown wrote:
  16. > How can I scroll horizontally in 640X350 16 color VGA mode?
  17. > I can do it slooowly using the Microsoft functions _getimage() and
  18. > _setimage(). I tried memmove() using 0xa0000000 as the starting video
  19. > memory address and that was fast but it turned all the color to Black
  20. > and White. I guess the real question is "How is color info stored
  21. > in video memory at that resolution?"
  22. > ---
  23. >  * QMPro 1.01 41-4987 * BorgBurger:  We do it our way. Your way is irrelevant.
  24.  
  25. Obtain the book titled `Programming the PC & PS/2 Video Systems┤ by Wilson (Microsoft 
  26. Press). It discusses various video cards and their programming. The question is too 
  27. deep to be answered here.
  28.  
  29. Later,
  30. AriL
  31. -- 
  32. All my opinions are mine and mine alone.
  33.